home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / win1 / ewexec15.zip / EWEXEC.DOC < prev    next >
Text File  |  1993-02-15  |  1KB  |  57 lines

  1. ***
  2. This program is FREEWARE.  You may distribute if freely so long as it is
  3. not modified in any way.  There is no warranty, use at your own risk.
  4. ***
  5.  
  6.  
  7. This utility uses a feature of Windows 3.1+ to exit windows, run a DOS
  8. application and then automatically re-start Windows.  This program is
  9. useful for running DOS programs which are not compatible with Windows
  10. 3.1 (such as Kommander Keen, Wing Commander and such).  FREEWARE
  11.  
  12. Usage:
  13.  
  14. To run programs from the command line, setup EWEXEC like any other
  15. Windows program into a Program Manager (or other shell) group.  For the
  16. "Command line" entry, enter the name of the DOS application you want to
  17. run.
  18.  
  19. progman entry ex.
  20.  
  21. Description: This is My Program
  22. Command Line: EWEXEC MYPROG.EXE XYZ
  23.  
  24.  
  25. I suggest you set up a batch file for each DOS application you want to
  26. run in this way.  If I wanted to run Wolfenstein 3D here is how I would
  27. set it up.
  28.  
  29. In Program Manager:
  30. Description: Wolfenstein 3D
  31. Command line: EWEXEC WOLF3D.BAT -next
  32.  
  33. In WOLF3D.BAT:
  34. @echo off
  35. CD \GAMES\WOLF3D
  36. WOLF3D %1
  37. :end
  38.  
  39. Make sure that WOLF3D.BAT is in your path.
  40.  
  41.  
  42. EWEXEC has been tested with:
  43. Major Stryker
  44. Wolfenstein 3D
  45. Kommander Keen (all of them)
  46. Cosmo's Cosmic Adventures
  47. Wing Commander II
  48. Captain Comic II
  49. Gretzky Hockey I & III
  50.  
  51. I also use it to drop out of Windows at night to perform some automated
  52. system maintenence.
  53.  
  54. I can be contacted via the Internet at: daniel@holonet.net
  55.  
  56.  
  57.